feat(partitions): implement partition background tasks#3564
Merged
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (33.92%) is below the target coverage (50.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #3564 +/- ##
============================================
- Coverage 74.35% 74.06% -0.30%
Complexity 937 937
============================================
Files 1257 1258 +1
Lines 130671 131452 +781
Branches 106537 107363 +826
============================================
+ Hits 97156 97354 +198
- Misses 30434 30952 +518
- Partials 3081 3146 +65
🚀 New features to boost your workflow:
|
atharvalade
previously requested changes
Jun 25, 2026
Contributor
Author
|
/ready |
Contributor
Author
|
/ready |
mmodzelewski
approved these changes
Jun 30, 2026
spetz
approved these changes
Jun 30, 2026
Contributor
Author
|
@atharvalade I've addressed all of your comments, if you don't have more comments lets procede with merging this PR. |
All of the comments were resolved.
mfyuce
pushed a commit
to mfyuce/iggy
that referenced
this pull request
Jul 1, 2026
This PR adds support for background tasks for partitions (segment cleaners). Additionally it adds support for `DeleteSegment` and `PurgeTopic`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for background tasks for partitions (segment cleaners). Additionally it adds support for
DeleteSegmentandPurgeTopic.